HomeSort by: relevance | last modified time | path
    Searched defs:proto_name (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
fsm.h 115 char *proto_name; /* String name for protocol (for messages) */ member in struct:fsm_callbacks
  /src/sbin/pppoectl/
pppoectl.c 64 static const char *proto_name(int proto);
555 proto_name(sp->myauth),
560 proto_name(sp->hisauth),
717 proto_name(int proto) function
  /src/sbin/efi/
devpath3.c 95 proto_name(uint16_t proto) /* See RFC3233/RFC1700 */ function
714 proto = proto_name(p->Protocol);
770 proto = proto_name(p->Protocol);
  /src/external/bsd/unbound/dist/sldns/
wire2str.c 1808 const char* proto_name = NULL; local
1827 proto_name = protocol->p_name;
1848 (int)htons((uint16_t)port), proto_name);

Completed in 18 milliseconds