Searched refs:hptr (Results 1 – 2 of 2) sorted by relevance
440 PptpMsgHead hptr; in AliasVerifyPptp() local454 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()
1002 struct ng_bridge_hent **hptr = &SLIST_FIRST(&priv->tab[bucket]); in ng_bridge_remove_hosts() local1004 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() local1055 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()