HomeSort by: relevance | last modified time | path
    Searched defs:ip_opts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
in.h 263 struct ip_opts { struct
266 __int8_t Ip_opts[40]; /* actually variable in size */
268 __int8_t ip_opts[40]; /* actually variable in size */ member in struct:ip_opts
276 #define IP_OPTIONS 1 /* buf/ip_opts; set/get IP options */
283 #define IP_RETOPTS 8 /* ip_opts; set/get IP options */
in.h 263 struct ip_opts { struct
266 __int8_t Ip_opts[40]; /* actually variable in size */
268 __int8_t ip_opts[40]; /* actually variable in size */ member in struct:ip_opts
276 #define IP_OPTIONS 1 /* buf/ip_opts; set/get IP options */
283 #define IP_RETOPTS 8 /* ip_opts; set/get IP options */

Completed in 22 milliseconds