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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c174 static void im6o_trace(struct ip6_moptions *, int);
2939 } else if (im6o->im6o_trace != NULL) {
2940 (*im6o->im6o_trace)(im6o, TRUE);
2956 } else if (im6o->im6o_trace != NULL) {
2957 (*im6o->im6o_trace)(im6o, FALSE);
3002 im6o_trace(struct ip6_moptions *im6o, int refhold) function
3038 im6o->im6o_trace = im6o_trace;
H A Dip6_var.h145 void (*im6o_trace) /* callback fn for tracing refs */ member in struct:ip6_moptions

Completed in 22 milliseconds