Home
last modified time | relevance | path

Searched refs:hptr (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/libalias/
H A Dalias_pptp.c440 PptpMsgHead hptr; in AliasVerifyPptp() local
454 hptr = (PptpMsgHead) tcp_next(tc); in AliasVerifyPptp()
457 *ptype = ntohs(hptr->type); in AliasVerifyPptp()
460 if ((ntohs(hptr->msgType) != PPTP_CTRL_MSG_TYPE) || in AliasVerifyPptp()
461 (ntohl(hptr->magic) != PPTP_MAGIC)) in AliasVerifyPptp()
470 return (PptpCallId) (hptr + 1); in AliasVerifyPptp()
/f-stack/freebsd/netgraph/
H A Dng_bridge.c1002 struct ng_bridge_hent **hptr = &SLIST_FIRST(&priv->tab[bucket]); in ng_bridge_remove_hosts() local
1004 while (*hptr != NULL) { in ng_bridge_remove_hosts()
1005 struct ng_bridge_hent *const hent = *hptr; in ng_bridge_remove_hosts()
1008 *hptr = SLIST_NEXT(hent, next); in ng_bridge_remove_hosts()
1012 hptr = &SLIST_NEXT(hent, next); in ng_bridge_remove_hosts()
1053 struct ng_bridge_hent **hptr = &SLIST_FIRST(&priv->tab[bucket]); in ng_bridge_timeout() local
1055 while (*hptr != NULL) { in ng_bridge_timeout()
1056 struct ng_bridge_hent *const hent = *hptr; in ng_bridge_timeout()
1060 *hptr = SLIST_NEXT(hent, next); in ng_bridge_timeout()
1066 hptr = &SLIST_NEXT(hent, next); in ng_bridge_timeout()