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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c1261 struct ni_reply_fqdn *fqdn; local
1541 fqdn = (struct ni_reply_fqdn *)(mtod(n, caddr_t) +
1545 fqdn->ni_fqdn_ttl = 0; /* ditto. */
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c7295 if (idexttype && fqdn) {
7300 fqdnlen = strlen(fqdn) + 1; /* +1 for terminating-NUL */
7306 bcopy(fqdn, id + 1, fqdnlen);

Completed in 98 milliseconds