Searched refs:IP_SENDIF (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c59 #ifndef IP_SENDIF
60 #define IP_SENDIF 24 /* XXX */ macro
92 fprintf(stderr, "-i: Set IP_SENDIF <iface> (if supported)\n");
206 /* IP_SENDSRCADDR and IP_SENDIF are mutually exclusive just now. */
310 /* IP_SENDSRCADDR and IP_SENDIF are mutually exclusive just now. */
322 #ifdef IP_SENDIF
327 cmsgp->cmsg_type = IP_SENDIF;
349 fprintf(stderr, "WARNING: IP_SENDIF not supported, ignored.\n");

Completed in 261 milliseconds