Home
last modified time | relevance | path

Searched refs:pad_opt (Results 1 – 1 of 1) sorted by relevance

/inet/
A Dinet6_opt.c58 struct ip6_opt *pad_opt = (struct ip6_opt *) (extbuf + offset); in add_padding() local
60 pad_opt->ip6o_type = IP6OPT_PADN; in add_padding()
61 pad_opt->ip6o_len = npad - sizeof (struct ip6_opt); in add_padding()
63 memset (pad_opt + 1, '\0', pad_opt->ip6o_len); in add_padding()

Completed in 3 milliseconds