Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dnetstat.c550 const char *ss_proto, *ss_state, *ss_type; in unix_do_one() local
577 ss_proto = "unix"; in unix_do_one()
580 ss_proto = "??"; in unix_do_one()
641 ss_proto, refcnt, ss_flags, ss_type, ss_state, inode in unix_do_one()
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/sql/
H A Dswitch.sql715 CREATE INDEX ss_proto ON sip_subscriptions USING btree (proto); index