HomeSort by relevance Sort by last modified time
    Searched refs:SCTP_IFNAMSIZ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 505 char name[SCTP_IFNAMSIZ];
553 snprintf(name, SCTP_IFNAMSIZ, "%s%d", ifnet_name(ifn), ifnet_unit(ifn));
sctp_pcb.h 88 char ifn_name[SCTP_IFNAMSIZ];
sctp_os_userspace.h 655 #define SCTP_IFNAMSIZ IFNAMSIZ
    [all...]
sctp_pcb.c 401 if (strncmp(if_name, sctp_ifap->ifn_p->ifn_name, SCTP_IFNAMSIZ) != 0) {
445 if (strncmp(if_name, sctp_ifap->ifn_p->ifn_name, SCTP_IFNAMSIZ) != 0) {
609 snprintf(sctp_ifnp->ifn_name, SCTP_IFNAMSIZ, "%s", if_name);
611 snprintf(sctp_ifnp->ifn_name, SCTP_IFNAMSIZ, "%s", "unknown");
846 if (strncmp(if_name, sctp_ifap->ifn_p->ifn_name, SCTP_IFNAMSIZ) == 0) {
    [all...]

Completed in 414 milliseconds