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

/darwin-on-arm/xnu/bsd/man/man8/
H A DMakefile10 sticky.8
/darwin-on-arm/xnu/bsd/net/
H A Dif_media.c230 int error = 0, sticky; local
357 sticky = error;
365 error = sticky;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c173 static int ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto);
3102 * Set a particular packet option, as a sticky option or an ancillary data
3103 * item. "len" can be 0 only when it's a sticky option.
3104 * We have 4 cases of combination of "sticky" and "cmsg":
3105 * "sticky=0, cmsg=0": impossible
3106 * "sticky=0, cmsg=1": RFC2292 or RFC3542 ancillary data
3107 * "sticky=1, cmsg=0": RFC3542 socket option
3108 * "sticky=1, cmsg=1": RFC2292 socket option
3112 int sticky, int cmsg, int uproto)
3117 if (!sticky
3111 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto) argument
[all...]

Completed in 32 milliseconds